home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TOKDLG / TOKDLG.txt
Text File  |  1999-03-22  |  2KB  |  88 lines

  1. object OkDlg: TOkDlg
  2.   Left = 353
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 199
  8.   ClientWidth = 361
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object QLabel: TLabel
  21.     Left = 58
  22.     Top = 18
  23.     Width = 71
  24.     Height = 13
  25.     Caption = 'Confirmation'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Icon: TImage
  35.     Left = 2
  36.     Top = 18
  37.     Width = 53
  38.     Height = 60
  39.     AutoSize = True
  40.   end
  41.   object Qlabel2: TLabel
  42.     Left = 58
  43.     Top = 42
  44.     Width = 71
  45.     Height = 13
  46.     Caption = 'Confirmation'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object BOk: TButton
  56.     Left = 136
  57.     Top = 160
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'OK'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 1
  67.     ParentFont = False
  68.     TabOrder = 0
  69.     OnClick = BOkClick
  70.   end
  71.   object BCancel: TButton
  72.     Left = 240
  73.     Top = 160
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Cancel'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ModalResult = 1
  83.     ParentFont = False
  84.     TabOrder = 1
  85.     OnClick = BOkClick
  86.   end
  87. end
  88.